home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d18 / scred1.arc / README.ONE < prev    next >
Text File  |  1991-04-28  |  6KB  |  124 lines

  1. ReadMe.One
  2.  
  3. From ScrDisk1.Arc.
  4.  
  5. Turbo ScrEdit - evaluation version:
  6.  
  7. -  Registration Fee  - $39.95
  8.  
  9. -  If you downloaded this file from a bulletin board system:
  10.  
  11.    This file contains the interactive screen editor only. If you wish to
  12.    generate source code you MUST also download ScrDisk2.arc. A list of the
  13.    files in ScrDisk2.arc follows. You may use the screen editor in this file
  14.    to create screen files and test them from within the interactive
  15.    environment with out having the files in ScrDisk2.arc. But you CAN NOT
  16.    genterate a skeleton file, or use a screen in your Turbo Pascal or Turbo C
  17.    programs until you download the interface modules found in ScrDisk2.Arc.
  18.  
  19.  
  20.  
  21. -  Running Turbo ScrEdit.
  22.  
  23.    This is an evaluation version of Turbo ScrEdit. It is not cut down in any
  24.    way, it is a fully functional version. You will find that using Turbo
  25.    ScrEdit will greatly reduce program development time and will allow you
  26.    to give your programs a professional look and feel. Because this is an
  27.    evaluation versoin, I have placed two inconvient reminders in the program.
  28.  
  29.    Reminder number 1:
  30.       When you start Turbo ScrEdit there will be a 10 second to 25 second
  31.       delay (depending on your machine) as a message is displayed on the
  32.       screen. This happens each time you run Turbo ScrEdit.
  33.  
  34.       - When you receive your registered version your name will instantly
  35.         appear in place of the message.
  36.  
  37.    Reminder number 2:
  38.       The main menu screen of Turbo ScrEdit will have a blinking message
  39.       "Unregistered Version" displayed at the top of the screen.
  40.  
  41.       - In the registered version your name will appear on this line in
  42.         plain old green on black.
  43.  
  44.  
  45.  
  46. -  Accessing the main menu from the Logo Screen.
  47.  
  48.    Before you can access the main menu of Turbo ScrEdit I would ask that
  49.    you take time to read PrintMe.1st. PrintMe.1st describes the terms and
  50.    conditions for using Turbo ScrEdit. It is important that you understand
  51.    what I will take resonsibility for and what you as the user of the
  52.    program are accepting responsibilty for.
  53.  
  54.    I have programmed Turbo ScrEdit so that you cannot access the main menu
  55.    until you have read the disclaimer section of PrintMe.1st. In the
  56.    disclaimer seciton you will find a discription of the key strokes needed
  57.    to gain access to the main menu from the logo screen. If you are using
  58.    an enhanced keyboard there are additional instructions for you.
  59.  
  60.  
  61.  
  62. -  Contacting iHn Systems.
  63.  
  64.    We are very interested in your comments. Due to the cost of connect time
  65.    on networks and bulletin boards we ask that you direct your comments to
  66.    us through the mail. We will only check on our programs on bulletin board
  67.    libraries periodically. Please direct your comments to:
  68.  
  69.    iHn Systems
  70.    P.O. Bos 4436
  71.    Pocatello, Idaho 83201-4436
  72.  
  73.  
  74.  
  75. -  Short Description:
  76.  
  77.    Turbo ScrEdit version 1.0 - A screen management system for building
  78.    menus, help screens, and data entry screens for Turbo Pascal 3.0,4.0,
  79.    5.0 and Turbo C 1.5, 2.0.  Extensive on-line help system. Design screens
  80.    using line and box drawing, copy or move lines or blocks of text, paint
  81.    blocks of text or type characters with full color control.  Monitor data
  82.    entry with comrehensive field validation language. Fields can be defined
  83.    as display only, required, or optional, and as integer, decimal,
  84.    alphanumeric, alpha only. Generates a skeleton file that can be compiled
  85.    and ran. Detect function keys, cursor keys, and almost any ALT or CTRL
  86.    key combination. Video I/O is memory mapped for snappy screens with
  87.    out flicker or snow. Simply too many features to describe in a short
  88.    description. (MicroSoft C modules under development.)
  89.  
  90.  
  91. Turbo ScrEdit - Program List. Archived using (PKARC).
  92.  
  93.    This diskette contains the files:
  94.    -----------------------------------------------------------------------
  95.    PrintMe.1st..........This file contains a introduction to Turbo ScrEdit,
  96.                         description of license terms and conditions,
  97.                         and installation and registration instructions.
  98.    ScrDisk1.Arc.........Archive file that contains the Turbo Screen Editor.
  99.                         ScrEdit.Com   - The system manual is integrated
  100.                      ScrEd001.Chn    into the editor as an on-line help
  101.                         ScrEd002.Chn    system. It can be printed from
  102.              ScrEd003.Chn    within the program.
  103.                ScrEd004.Chn
  104.                         ScrEdit.Scr
  105.  
  106.  
  107.    ScrDisk2.Arc.........Archived documentation and interface files.
  108.                  ScrEdit.C     - Turbo C 1.5, 2.0 interface.
  109.                         ScrEdit.H     - Header file with library instrutions.
  110.                         ScrEdit.Prj   - Example project file HUGE model.
  111.                      ScrEd30.Pas   - Turbo Pascal 3.0 interface.
  112.                         ScrEd40.Pas   - Turbo Pascal 4.0, 5.0 interface.
  113.                         ScrEd3&4.Pas  - Common Pascal procedures.
  114.                         Skeleton.P    - Pascal skeleton file used by editor.
  115.                      Skeleton.C    - "C" skeleton file used by editor.
  116.                     Skeleton.Doc  - User documentation for using the
  117.                         source code generated by Turbo ScrEdit.
  118.                         ScrDemo.P     - Pascal demonstration code.
  119.                         ScrDemo.C     - "C" demonstration code.
  120.                         ScrDemo.Scr   - Demonstration programs screen file.
  121.                         Tutor.Doc     - Step by step introduction to using
  122.                                         Turbo ScrEdit.
  123.                         Coming.Exe    - Description of enhancements planned
  124.                              or being developed for Turbo ScrEdit.